home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2114 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.6 KB

  1. Path: news1.ucsd.edu!usenet
  2. From: djohnson@tartarus.ucsd.edu (Darin Johnson)
  3. Newsgroups: comp.edu,comp.lang.c,comp.lang.c++
  4. Subject: Re: C or C++ for a 14-year old?
  5. Date: 15 Jan 1996 17:13:32 -0800
  6. Organization: UCSD Computer Science and Engineering Department
  7. Sender: djohnson@tartarus.ucsd.edu
  8. Message-ID: <qqd98lgcw3.fsf@tartarus.ucsd.edu>
  9. References: <4b30ld$lp2$1@mhafc.production.compuserve.com>
  10.     <4d4jeh$fv1@wombat.melbpc.org.au>
  11.     <w+PJjMD4ED1aLz3@dexam.another.gun.de> <4ddsg4$p4e@sundog.tiac.net>
  12. NNTP-Posting-Host: tartarus.ucsd.edu
  13. In-reply-to: amoreira@nine.com's message of Mon, 15 Jan 1996 15:42:33 GMT
  14. X-Newsreader: Gnus v5.0
  15.  
  16. amoreira@nine.com (Alberto C Moreira) writes:
  17. > Still, there's no worse restriction on a programmer than not to be
  18. > able to talk directly to the hardware. 
  19.  
  20. And most systems allow this, with guidelines.  Ie, you have to lock
  21. the hardware before using it, or restrict access to superuser or
  22. kernel programs, etc.  Sure, that can be complex, cumbersome, and
  23. impossible for many users; but it's *necessary* in any system that has
  24. multiple users or multiple processes.  The fact that there's nothing
  25. to do in DOs to get direct hardware acess derives from it's origin as
  26. a one-user one-application-at-a-time system; the fact that UNIX makes
  27. it hard is from it's background as a multiuser multiprocess system.
  28. Then again, in UNIX you rarely have to worry about what sort of sound
  29. card or video card you have like you have to in DOS.
  30. -- 
  31. Darin Johnson
  32. djohnson@ucsd.edu
  33.     The trouble with conspiracy theories are that they assume
  34.     the government is organized.
  35.